<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
/*通用格式化样式css CSS Document */
html {
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}

body, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 12px;
    background: none;
    color: #333;
}
body{min-width:1200px;overflow-x: hidden;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    word-wrap: break-word;
    word-break: break-all;
}

img {
    border: 0;
}

del, ins {
    text-decoration: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup, sub {
    vertical-align: baseline;
}

/* because legend doesn't inherit in IE */
input, select {
    vertical-align: middle;
}

i, cite, em {
    font-style: normal
}

a {
    text-decoration: none;
    color: #646464;
    font-size: 12px;
}

a:hover {
    text-decoration: none;
    color: #646464;
}

a:focus {
    outline: none;
    color: #646464;
}

body {
    font: normal 12px tahoma, Arial, \5FAE\8F6F\96C5\9ED1, \5B8B\4F53;
    color: #333;
    line-height: 50px;
    background: #fff;
}

.L, .l, .C, .c, .Left, .Center, .left, .center {
    float: left;
}

.R, .r, .Right, .right {
    float: right;
}

.reset_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*顶部*/
.head {
    width: 100%;
    height: 180px;
}

.head .line {
    width: 100%;
    overflow: hidden;
    height: 5px;
    background: #36a5ff;
}

.head .line li {
    width: 33.33%;
    float: left;
    height: 100%;
}

.head .line .one {
    background: #006dc8;
}

.head .line .three {
    float: right;
    background: #86c9fe;
}

.head .name {
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
    height: 125px;
}

.head .name .logo-img {
    width: auto;
    float: left;
    height: 100%;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/logo-line.jpg) right center no-repeat;
    padding-right: 20px;
    margin-right: 20px;
}

.head .name .logo-img img {
    display: block;
    max-height: 100%;
}

.head .name .logo {
    width: auto;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    padding-top: 40px;
}

.head .name .logo span {
    display: block;
    font-size: 12px;
    color: #b1b1b1;
    font-weight: normal;
    line-height: 40px;
}

.head .name .phone {
    width: auto;
    float: right;
    overflow: hidden;
    font-size: 34px;
    font-weight: bold;
    color: #006fc5;
    line-height: 30px;
    padding-top: 30px;
}

.head .name .phone span {
    display: block;
    color: #a1a1a1;
    font-size: 12px;
    font-weight: normal;
}

/*全站导航*/
.nav {
    height: 50px;
    width: 100%;
    background: #006ec7;
}

.nav .box {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

.nav .menu {
    width: 14%;
    height: 50px;
    padding: 0 18px;
    margin-left: -33px;
    float: left;
    position: relative;
    text-indent: -1.5em;
}

.nav .m_hover {
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/nav-hover.png) no-repeat;
}

.nav .menu p {
    line-height: 50px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.nav .menu ul {
    display: none;
    overflow: hidden;
}

.nav .menu ul li {
    width: 100%;
    height: 45px;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/nav-hover2.png) left top no-repeat;
    text-align: center;
    position: absolute;
    z-index: 99999;
}

.nav .menu ul li a:link, .nav .menu ul li a:visited, .nav .menu ul li a:hover {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 45px;
}

.nav .menu p:hover ul {
    display: block;
}

.nav .menu a {
    color: #fff;
    display:block;
}

/*首页banenr*/
.index-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.index-banner .pic {
    position: relative;
    z-index: 0;
}

.index-banner .pic img {
    width: 1920px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.index-banner .hd {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.index-banner .hd li {
    margin: 0 5px;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/dot.png) no-repeat 0 -16px;
    height: 16px;
    overflow: hidden;
    width: 16px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    _background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/dot8.png) no-repeat 0 -16px;
}

.index-banner .hd .on {
    background-position: 0 0;
}

.index-banner .prev,
.index-banner .next {
    width: 60px;
    height: 90px;
    margin: -60px 0 0;
    display: none;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.index-banner .prev {
    left: 0;
}

.index-banner .next {
    background-position: 0 -90px;
    right: 0;
}

.index-banner .prev:hover,
.index-banner .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}

/*首页上背景图片*/
.index-bg-img {
    width: 100%;
    overflow: hidden;
    height: 1137px;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/index-bg-img.jpg) top center no-repeat;
    position: absolute;
    z-index: -1;
}

.index-bg-img img {
    width: 1920px;
    overflow: hidden;
    left: 50%;
    margin-left: -960px;
}

.index-title {
    width: 1920px;
    overflow: hidden;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/index-title-bg.png) center no-repeat;
    font-weight: bold;
    padding: 20px 0 0 0;
    font-size: 30px;
    text-align: center;
    font-style: oblique;
    margin: 50px 0;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.index-title p {
    position: relative;
    color: #006dc8;
    font-size: 30px;
    left: 50%;
    margin-left: -2100px;
    top: -15px;
}

.index-title span {
    position: relative;
    color: #f5bf1f;
    left: 50%;
    margin-left: -1700px;
    top: -15px;
}

.index-pro {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.index-pro .box {
    width: 1100px;
    margin: 0 auto;
}

/*首页分类*/
.index-pro .fl {
    width: 399px;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/index-profl-bg.png) no-repeat;
    margin-top: -40px;
    margin-left: -130px;
    height: 451px;
    padding-top: 10px;
}

.index-pro .fl ul {
    height: 381px;
}

.index-pro .fl ul li {
    width: 242px;
    height: 40px;
    overflow: hidden;
    float: right;
    display: inline;
    text-indent: 30px;
}

.index-pro .fl ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    overflow: hidden;
    z-index: 100000;
}

.index-pro .fl ul li a:hover {
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/index_profl-yellow.png) no-repeat;
    color: #333;
}

.current {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}

.index-pro .fl .more {
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/yellow-more.png) no-repeat;
    color: #333;
    text-align: center;
    display: block;
    width: 178px;
    height: 35px;
    line-height: 35px;
    margin-left: 100px;
    margin-top: 10px;
}

.index-pro .bd,.hot-pro .bd{
    overflow: hidden;
    width: 800px;
}

.index-pro .bd ul,.hot-pro .bd ul,.hot-pro .bd ul{
    overflow: hidden;
    zoom: 1;
    width: 100%;
    float: left;
}

.index-pro .bd ul li,.prolist li,.hot-pro .bd li{
    overflow: hidden;
    text-align: center;
    width: 250px;
    height: 240px;
    font-size: 14px;
    float: left;
    margin:0 8px;
}

.index-pro .bd ul li img,.prolist li img,.hot-pro li img{
    width: 100%;
    height: 174px;overflow:hidden;
}

.index-pro .bd ul li a ,.prolist li a,.hot-pro li a{
    display: block;
    width: 100%;
    height: 100%;
}

.index-about {
    width: 100%;
    overflow: hidden;
}

.index-about .box {
    width: 1100px;
    margin: 0 auto;
    height: 290px;
    position: relative;
}

.index-about .text {
    position: absolute;
    top: 0;
    width: 548px;
    height: 119px;
    overflow: hidden;
    left: 0;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/index-about-hui.png) no-repeat;
    padding: 20px 90px;
}

.index-about .lx {
    width: 208px;
    height: 122px;
    position: absolute;
    left: -65px;
    top: 159px;
    overflow: hidden;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/about-lx.png) no-repeat;
    color: #fff;
    padding: 20px 90px;
}

.index-about .lx p, .index-about .wh p {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.index-about .lx .phone {
    width: 100%;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/phone.png) left center no-repeat;
    padding-left: 25px;
    font-size: 24px;
    font-weight: bold;
}

.index-about .lx .add {
    width: 100%;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/add.png) left center no-repeat;
    padding-left: 25px;
    font-size: 12px;
    display: block;
}

.index-about .wh {
    width: 205px;
    height: 142px;
    position: absolute;
    top: 159px;
    left: 254px;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/about-wenhua.png) no-repeat;
    padding: 20px 90px;
    color: #fff;
}

.index-about .img {
    width: 520px;
    right: 0;
    position: absolute;
    z-index: -1;
}

.index-about .img img {
    width: 100%;
    height: 100%;
}

.index-about .img .zz {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
}

/*为什么选择我们*/
.index-why {
    width: 100%;
    overflow: hidden;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/index-why-bg.jpg) top center no-repeat #f7f7f7;
    margin: 80px 0 50px 0;
    height: 392px;
}

.index-why .box {
    width: 800px;
    overflow: auto;
    margin: 0 auto;
}
.index-why .box div{
  width:330px;
  height:100px;
  overflow:hidden;
}
.index-why .box div p{
  width:100%;
  overflow:hidden;
}
.index-why .box div p img{
  display:block;
  float:left;
}
.index-why .box div p span{
  display:block;
  background:url(http://oldfile.4e8.com/skin/lsbgz7943/img/good-bg.png) left no-repeat;
  font-size:16px;
  color:#333;
  float:left;
  line-height:28px;
  width:140px;
  text-align:center;
  margin-top:20px;
  margin-left:20px;
}
/*.index-why .box img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}*/

.index-why .index-title {
    margin-bottom: 10px;
}

#focus_Box {
    position: relative;
    width: 1100px;
    height: 401px;
    margin: 20px auto;
}

#focus_Box ul {
    position: relative;
    width: 1100px;
    height: 401px
}

#focus_Box li {
    z-index: 0;
    position: absolute;
    width: 0px;
    background: #787878;
    height: 0px;
    top: 146px;
    cursor: pointer;
    left: 377px;
    border-radius: 4px;
}

#focus_Box li img {
    width: 100%;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/loading.gif) no-repeat center 50%;
    height: 100%;
    vertical-align: top
}

#focus_Box li p {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/float-bg.png) repeat;
    text-indent: 8px;
    color: #fff;
}

#focus_Box li p span {
    display: inline-block;
    width: 70%;
    height: 40px;
    overflow: hidden;
}

#focus_Box .prev, #focus_Box .next {
    display: block;
    z-index: 100;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 160px;
}

#focus_Box .prev {
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/btn.png) left bottom no-repeat;
    left: -80px
}

#focus_Box .next {
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/btn.png) right bottom no-repeat;
    right: -80px
}

#focus_Box .prev:hover {
    background-position: left top;
}

#focus_Box .next:hover {
    background-position: right top;
}

#focus_Box a.imgs-scroll-btn {
    display: block;
    position: absolute;
    z-index: 110;
    top: 7px;
    right: 15px;
    width: 51px;
    height: 23px;
    overflow: hidden;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/share-btn.png) no-repeat;
    text-indent: -999px;
}

/*首页新闻*/
.index-news {
    width: 100%;
    overflow: hidden;
}

.index-news .box {
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
}

.index-news .box .tj {
    width: 700px;
    overflow: hidden;
}

.index-news .box .tj img {
    width: 343px;
    height: 233px;
    display: block;
}

.index-news .box .tj a {
    width: 320px;
    overflow: hidden;
    height: 233px;
    color: #333;
    position: relative;
}

.index-news .box .tj a p {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #006dc8;
    line-height: 35px;
}

.index-news .box .tj a i {
    display: block;
    color: #8d8d8d;
    margin: 10px 0;
}

.index-news .box .tj a span {
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/yellow-more.png) no-repeat;
    color: #333;
    display: block;
    width: 178px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.index-news ul {
    width: 360px;
    overflow: hidden;
}

.index-news ul li {
    width: 100%;
    overflow: hidden;
    line-height: 35px;
}

.index-news ul li a {
    display: block;
    font-size: 14px;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/index-news-ico.jpg) left center no-repeat;
    text-indent: 15px;
}

.index-news ul li a span {
    float: right;
    font-size: 12px;
    color: #cfcfcf;
}

.index-news ul li a:hover{ color:#006dc8; }
.index-news ul li a:hover span{ color:#006dc8; }
.link {
    width: 1100px;
    overflow: hidden;
    margin: 30px auto;
}

.link li {
    width: auto;
    float: left;
    line-height: 30px;
    color: #8d8d8d;
    margin-left:5px;
}

.link a {
    width: auto;
    float: left;
    line-height: 30px;
    color: #8d8d8d;
}
.foot{
    width:100%;
    overflow: hidden;
    background: #006ec7;
}
.foot .special{
    width: 1100px;
    overflow: hidden;
    margin:20px auto;
}
.foot .special li{
    width: 200px;
    overflow: hidden;
    float:left;
    margin-left:100px;
    color: #fff;
}
.foot .special .first{
    margin-left: 0;
}
.foot .special li img{
    display: block;
    float: left;
    margin-right: 15px;
}
.foot .special li span{
    display: block;
    font-size: 18px;
}
.foot .line{
    width: 100%;
    height: 1px;
    background: #2c87d0;
}
.foot .box{
    width: 1100px;
    overflow: hidden;
    margin:0 auto;
}
.foot .box .l,.foot .box .c,.foot .box .r{
    width: 328px;
    overflow: hidden;
    color: #fff;
}
.foot .box .title{
    width: 100%;
    overflow: hidden;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/foot-link.jpg) bottom left no-repeat;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 15px;
}
.foot .box .l img{
    display: block;
    margin-top: 10px;
}
.foot .box .c{
    margin-left: 60px;
}
.foot .box .c h2{
    display: block;
    color: #fff;
    font-size: 30px;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/foot-phone.png) left center no-repeat;
    padding-left: 35px;
    margin-bottom: 10px;
    line-height: 40px;
}
.foot .box .c span{
    display:block;
    line-height: 20px;
    line-height: 25px;
}
.foot .box .r form{
    width: 100%;
    overflow: hidden;
}
.foot .box .r form .name{
    width: 140px;
    float: left;
    border: 1px solid #d4d4d4;
    padding:10px;
    outline: medium;
    color: #fff;
}
.foot .box .r form .tel{
    width: 140px;
    float: right;
    border: 1px solid #d4d4d4;
    padding:10px;
    outline: medium;
    color: #fff;
}
.foot .box .r form textarea{
    padding:10px;
    width:306px ;
    border: 1px solid #d4d4d4;
    margin: 5px 0;
    height:50px;
    outline: medium;
    color: #fff;
}
.foot .box .r form .submit{
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #269eff;
    border: none;
    outline: medium;
}
.foot .bq{
    width: 100%;
    overflow: hidden;
    line-height: 45px;
    text-align: center;
    margin-top: 30px;
}
.foot .bq p{
    width: 100%;
    height:45px;
    color: #fff;
    background: #269eff;
}
.foot .bq .back{
    line-height: 0;
    display: block;
    width:55px;
    height: 22px;
    margin: 0 auto;
}
/*内页背景*/
.nei-bg{
    width: 100%;
    overflow: hidden;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/nei-bg.jpg) top center no-repeat;
    position: relative;
}
.main{
    width: 1100px;
    overflow: hidden;
    margin:30px auto;
}
.main .zc{
    width: 250px;
    overflow: hidden;
}
.main .zc .fl{
    width: 100%;
    overflow: hidden;
}
.main .zc .title{
    width: 100%;
    font-size: 24px;
    line-height:50px;
}
.main .zc .title img{
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
}
.left_menu{
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 35px;
}
.left_menu ul li ul li{
    padding-left: 15px;
}
.left_menu ul li ul li:hover{
    background: none;
    color: #333;
}
.left_menu ul li a:hover{
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/nei-nav-bg.png) top left no-repeat;
    color: #fff;
}
.left_menu ul li a{
    display: block;
    width: 100%;
    height:35px;
    color: #333;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/dui-hui.png) left no-repeat;
    text-indent: 30px;
    font-size:14px;
}
.main .zc .lx{
    margin-top: 40px;
}
.main .yc{
    width: 810px;
    overflow: hidden;
    position: relative;
    z-index: 99999;
}
.main .yc .now{
    width: 100%;
    overflow: hidden;
    color: #9c9c9c;
}
.main .yc .now a{
    color: #9c9c9c;
}
.main .yc .name{
    width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #006dc8;
    margin:30px auto;
    background: url(http://oldfile.4e8.com/skin/lsbgz7943/img/nei-line.png) bottom right no-repeat;
}
.main .yc .name span{
    display: block;
    width: auto;
    float: left;
    background: #fff;
    padding-right: 15px;
}
.prolist{
    width: 100%;
    overflow: hidden;
}
.nei-bg2{
    position: absolute;
    bottom:0;
    right:0;
    z-index: 0;
}
.newslist{
    width: 100%;
    overflow: hidden;
}
.newslist li{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #c7c7c7;
    padding:20px 0;
}
.newslist li div{
  width:55px;
  display:block;
  float:left;
  overflow:Hidden;
  text-align:right;
}
.newslist li span{
    display: block;
    width: 55px;
    overflow: hidden;
    float: left;
    font-size: 20px;
    color: #979797;
    line-height: 30px;
    border-bottom: 2px solid #979797;
    text-align: center;
}
.newslist li a{
    display: block;
    width: 740px;
    float: right;
    color: #c7c7c7;
    line-height: 20px;
}
.newslist li a p{
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.newslist li:hover span{
    color: #006ec7;
    border-bottom: 2px solid #006ec7;
}
.newslist li:hover p{
    color: #006ec7;
}
.news h1{
    display: block;
    font-size: 18px;
    overflow: hidden;
    margin: 20px 0;
}
.news h1 span{
    display: block;
    font-weight: normal;
    font-size: 12px;
    margin:10px 0;
    color: #8d8d8d;
}
.hot{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.list-num{
  width:100%;
  overflow:hidden;
  margin:30px 0 0 0;
}
#inputform104 input{
  border:1px solid #ccc;
  line-height:30px;
  margin:5px 0;
  width:289px;
  padding:0 10px;
}
#inputform104 textarea{
  border: 1px solid #ccc;
    padding: 0 10px;
    width: 290px;
}
#inputform104 #submit104{
  width:auto;
  line-height:35px;
  padding:0 30px;
}
.picList ul li span{width:100%;display:block;}</pre></body></html>